Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish as a Cargo package with explicit binary and library targets #19

Merged
merged 3 commits into from
Feb 12, 2024

Conversation

timrogers
Copy link
Owner

@timrogers timrogers commented Feb 12, 2024

Following @Holzhaus's great feedback in #16 and initial implementation in #17, this configures the project so that it can be published as a Cargo package on Crates.io.

The Cargo package exposes a binary target, which can be easily installed with cargo install litra, plus a library target which can be used to integrate Litra control into other Rust applications.

The package will be automatically published to Crates.io when a release is created.

@timrogers timrogers merged commit 78d1dd6 into main Feb 12, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant